home *** CD-ROM | disk | FTP | other *** search
/ User's Choice Windows CD / User's Choice Windows CD (CMS Software)(1993).iso / win_u_z / winxred3.zip / XRED_300.DOC < prev    next >
Text File  |  1991-12-25  |  1KB  |  28 lines

  1. This is a complete rewrite of the external "XREd" editor using the
  2. Zinc "ZIL" and Zortech C++ 3.0/rev4.  It has a completely new look
  3. and feel, much like the "XRConfig" program currently in development
  4. (as well as the "WINXRED.EXE" compared to "WINXRCFG.EXE" - both of
  5. which are Windows 3.0 and 3.1 applications).  It is based entirely
  6. upon object-oriented methods and uses persistant objects to store
  7. help contexts on-disk (in the file named "XRED.DAT").
  8.  
  9. This version is bare-bones.  I wanted to try out the mods I made to
  10. the overall Zinc Interface Library 2.01 source-code, and make sure
  11. everything *is* working as it should before adding the fun stuff...
  12.  
  13. "XRED z:\path\filename.ext" under DOS (but not windows) will cause
  14. XREd to use "z:\path\filename.ext" as the default for opening files
  15. (instead of "*.*").  It should automatically pass events to the
  16. event manager to open that file and put you into the editor in edit
  17. mode.  Everything should be pretty straightforward - let me know
  18. how it goes on your system!
  19.  
  20. WINXRED.EXE is a true WinApp suitable for Windows 3.0 or 3.1 beta
  21. versions.  It contains an imbedded ICON which will automatically be
  22. installed when you add the program to a group.
  23.  
  24. None of the fancy stuff in the internal XRS editor nor the former
  25. "XREd" versions is available yet - just a basic, working (under DOS
  26. and Windows!) text editor.  The maximum editable file-size is hard-
  27. coded at 65500 bytes for now.
  28.